text/template/parse.CommandNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L294: 	tr   *Tree
		node.go#L299: 	return &CommandNode{tr: t, NodeType: NodeCommand, Pos: pos}
		node.go#L328: 	return c.tr
		node.go#L335: 	n := c.tr.newCommand(c.Pos)